From cbbd2b5b3bd6df7e550b114cf1c9f8e0f5bc8616 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20H=C3=A1k?= Date: Thu, 25 Sep 2025 14:09:21 +0200 Subject: [PATCH] knot: disable redis as it was enabled since 3.5.0 by default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit By disabling redis, it is not possible to use redis database as zone storage Signed-off-by: Jan Hák --- net/knot/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/knot/Makefile b/net/knot/Makefile index 4678657204..a7e51f6920 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -157,6 +157,7 @@ CONFIGURE_ARGS += \ --enable-dbus=libdbus \ --enable-quic \ --disable-fastparser \ + --disable-redis \ --without-libidn \ --with-libnghttp2=no \ --with-rundir=/var/run/knot \ -- 2.30.2